babl.git
2017-11-14 Edward Ebabl_pow_24f(): add missing float suffix
2017-11-11 Debarshi RayCIE: Add "CIE L float"
2017-11-11 Tobias Stoeckmannbabl: fix memory leaks on error paths
2017-11-10 Øyvind Kolåsextensions: protect another conversion against /0.0
2017-11-10 Øyvind Kolåsextensions: protect gray unpremuls from gggl against...
2017-11-10 Øyvind Kolåsconfigure.ac: post release version bump
2017-11-10 Øyvind Kolåsrelease: 0.1.36
2017-11-10 Øyvind KolåsNEWS: update for 0.1.36
2017-11-08 Debarshi RayCIE: Make the Lab to RGB fast paths work with non-sRGB...
2017-11-08 Debarshi RayCIE: Make the Lab to RGB fast paths as accurate as...
2017-11-07 Ellbabl, sse2-float: fall back to slow, accurate path...
2017-10-31 Øyvind Kolåsexport-symbols: add babl_format_exists
2017-10-31 Øyvind Kolåsbabl: add babl_format_exists
2017-10-31 Debarshi RayCIE: Make the RGB to Lab fast paths work with non-sRGB...
2017-10-31 Debarshi RayCIE: Make the RGB to Lab fast paths as accurate as...
2017-10-31 Debarshi RayCIE: Use cbrt instead of pow for the reference XYZ...
2017-10-31 Debarshi RayCIE: Add conversion from "RGBA float" to "CIE Lab float"
2017-10-25 Tobias Stoeckmannbabl: use snprintf instead of sprintf
2017-10-24 Tobias Stoeckmannbabl: properly handle large files on 32 bit systems
2017-10-14 Tobias Stoeckmannbabl: always end strncpy strings with NUL
2017-10-06 Øyvind Kolåspost release version bump
2017-10-06 Øyvind Kolåsrelease 0.1.34, update NEWS
2017-10-05 Øyvind Kolåsexport-symbols: add babl_backtrack for gimp-2.8
2017-10-04 Øyvind Kolåsbabl: rearrange BablModel struct
2017-10-04 Øyvind Kolåsbabl: do not use model.data for storing original model...
2017-10-03 Øyvind Kolåsupdate NEWS
2017-10-03 Øyvind Kolåspost-release version bump
2017-10-03 Øyvind Kolåsrelease 0.1.32
2017-10-03 Øyvind Kolåsdocs: update with api changes
2017-10-03 Øyvind Kolåsbabl: acknowledge some used trademarks
2017-10-03 Øyvind Kolåsbabl: move to/from xyz and rgbtoxyz matrix functions...
2017-10-03 Øyvind Kolåsbabl: rename babl_space_from_icc to babl_icc_make_space
2017-10-03 Ellbabl: fix clang warnings in babl-polynomial
2017-10-03 Øyvind KolåsHSL: make hue be set in all switch cases for rgb_to_hsl
2017-09-30 Edward Ebabl: revert and clarify libtool flag for win32 builds
2017-09-30 Ellbabl: improve alpha calc. in pal+alpha -> rgba conversion
2017-09-30 Ellbabl: consistently use unsigned char in u8 palette...
2017-09-29 Øyvind Kolåssse4-int8: avoid using uninitialized variable
2017-09-28 Øyvind Kolåsbabl: use -no-install to avoid libtool .sh wrappers
2017-09-25 Øyvind Kolåsbabl: fix crash when doing full introspection
2017-09-25 Øyvind Kolåsbabl: do not try to enumerate sampling conversions
2017-09-25 Øyvind Kolåsbabl: set babl_rel_avg_error to a high value on NaN
2017-09-25 Øyvind Kolåstests/grayscale_to_rgb: increase printed debug precision
2017-09-25 Øyvind Kolåstests: move non-test binaries from here to ../tools
2017-09-25 Øyvind Kolåsbabl: check both source/dest bits/component in bad_idea()
2017-09-25 Øyvind Kolåsbabl: add decrease of bits per components to bad_idea()
2017-09-25 Øyvind Kolåstests: use a epsilon instead of == for float compare
2017-09-25 Øyvind Kolåsbuild: link extensions against internal .la again
2017-09-25 Øyvind Kolåsbabl: limit exported symbols
2017-09-25 Øyvind Kolåsbabl: tidying of public headers
2017-09-24 Ellbabl: in babl_polynomial_approximate_gamma(), verify...
2017-09-24 EllBug 788093 - Crash loading (jpg with) ICC v4 profile...
2017-09-24 Ellbabl: avoid negative degree when shrinking a zero polyn...
2017-09-22 Øyvind Kolåsbabl: make babl_space_to_icc internal, for now
2017-09-19 Øyvind Kolåsbabl: remove commented out debug printfs
2017-09-18 Øyvind Kolåsbabl: improve icc number serialization
2017-09-18 Øyvind Kolåsbabl: add matrix re-equalization
2017-09-18 Øyvind Kolåsbabl: tidy up icc writing
2017-09-17 Øyvind Kolåsbabl: make powf approximation yield 0 for negatives
2017-09-16 Jehanbabl: improve log output on Android.
2017-09-16 Jehanbabl: replace a fprintf (stderr, ...) with babl_log().
2017-09-14 Øyvind Kolåstests: make babl build on haiku
2017-09-14 Øyvind Kolåsbabl/base: model-gray, avoid potential NaN
2017-09-13 Øyvind Kolåsbabl: add rendering intent argument to icc loading API
2017-09-13 Øyvind Kolåsbabl: abstract out TRC gamma detectors
2017-09-13 Jehanbabl: babl_log() implementation for Android.
2017-09-13 Øyvind Kolåsbabl: skip unknown formats when loading cache
2017-09-13 Øyvind Kolåsbabl: make utility file reading function non-static
2017-09-12 Øyvind Kolåsbabl: remove inlined implementation of powf
2017-09-12 Øyvind Kolåsbabl: replace trc lut inverter with binary search
2017-09-11 Øyvind Kolåsbabl: add icc meta-data extraction functions
2017-09-11 Elltools: add BablPolynomial test to trc-validator.c
2017-09-11 Ellbabl: in BablTRC, use BablPolynomial to approximate...
2017-09-11 Ellbabl: add babl-polynomial.[hc]
2017-09-10 Øyvind Kolåsbabl: further nan prevention in babl-trc
2017-09-10 Ellbabl: in babl-trc.c, fix babl_powf()
2017-09-08 Øyvind Kolåsbabl: avoid accidental matrix overwrite by long names
2017-09-08 Øyvind Kolåsbabl: protect some functions used by TRC code from...
2017-09-08 Øyvind Kolåsbabl: actually reverse preceding change
2017-09-08 Øyvind Kolåsrestore segfault for massimo
2017-09-08 Øyvind Kolås@massimo: pretty please use git :)
2017-09-07 Øyvind Kolåsextensions: finish API update
2017-09-07 Øyvind KolåsNEWS: aggregate news
2017-09-07 Øyvind Kolåsupdate docs
2017-09-07 Øyvind Kolåsextensions: follow change dropping long return
2017-09-07 Øyvind Kolåsbabl: drop long return from conversion funcs
2017-09-06 Øyvind Kolåsbabl: remove unused static linear luts for u8 rgb space...
2017-09-06 Øyvind Kolåsextensions: keep old algoritmic float in parallel with...
2017-09-06 Øyvind Kolåsextensions: fix type error in float 2 half
2017-09-06 Øyvind Kolåsextensions: make float-half extension use exact LUTs
2017-09-06 Øyvind Kolåsbabl: make more use of float matrices where appropriate
2017-09-05 Øyvind Kolåsbabl: trade gained fishing performance for better fish
2017-09-05 Øyvind Kolåsbabl: bail early on paths that are bad ideas
2017-09-03 Øyvind Kolåsbabl: add babl_fast_fish api
2017-09-03 Øyvind Kolåsbabl: add R'G'B' u8 color space convertors
2017-09-03 Øyvind Kolåsbabl: make TRCs internal API
2017-09-03 Øyvind Kolåsbabl: add Rec2020 space
2017-09-03 Øyvind Kolåsbabl: make matrix+trc space detector generic
2017-09-03 Øyvind Kolåsbabl: abstract space duplicate detection
2017-09-03 Øyvind Kolåstools: follow constness change in icc parsing error...
next